TSTP Solution File: SET623^3 by Satallax---3.5

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Satallax---3.5
% Problem  : SET623^3 : TPTP v8.1.0. Released v3.6.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : satallax -E eprover-ho -P picomus -M modes -p tstp -t %d %s

% Computer : n007.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 600s
% DateTime : Tue Jul 19 04:54:33 EDT 2022

% Result   : Theorem 0.19s 0.37s
% Output   : Proof 0.19s
% Verified : 
% SZS Type : ERROR: Analysing output (MakeTreeStats fails)

% Comments : 
%------------------------------------------------------------------------------
thf(ty_eigen__2,type,
    eigen__2: $i > $o ).

thf(ty_eigen__1,type,
    eigen__1: $i > $o ).

thf(ty_eigen__0,type,
    eigen__0: $i > $o ).

thf(ty_eigen__3,type,
    eigen__3: $i ).

thf(sP1,plain,
    ( sP1
  <=> ( eigen__1 @ eigen__3 ) ),
    introduced(definition,[new_symbols(definition,[sP1])]) ).

thf(sP2,plain,
    ( sP2
  <=> ( eigen__2 @ eigen__3 ) ),
    introduced(definition,[new_symbols(definition,[sP2])]) ).

thf(sP3,plain,
    ( sP3
  <=> ( eigen__0 @ eigen__3 ) ),
    introduced(definition,[new_symbols(definition,[sP3])]) ).

thf(def_in,definition,
    ( in
    = ( ^ [X1: $i,X2: $i > $o] : ( X2 @ X1 ) ) ) ).

thf(def_is_a,definition,
    ( is_a
    = ( ^ [X1: $i,X2: $i > $o] : ( X2 @ X1 ) ) ) ).

thf(def_emptyset,definition,
    ( emptyset
    = ( ^ [X1: $i] : $false ) ) ).

thf(def_unord_pair,definition,
    ( unord_pair
    = ( ^ [X1: $i,X2: $i,X3: $i] :
          ( ( X3 != X1 )
         => ( X3 = X2 ) ) ) ) ).

thf(def_singleton,definition,
    ( singleton
    = ( ^ [X1: $i,X2: $i] : ( X2 = X1 ) ) ) ).

thf(def_union,definition,
    ( union
    = ( ^ [X1: $i > $o,X2: $i > $o,X3: $i] :
          ( ~ ( X1 @ X3 )
         => ( X2 @ X3 ) ) ) ) ).

thf(def_excl_union,definition,
    ( excl_union
    = ( ^ [X1: $i > $o,X2: $i > $o,X3: $i] :
          ( ( ( X1 @ X3 )
           => ( X2 @ X3 ) )
         => ~ ( ~ ( X1 @ X3 )
             => ~ ( X2 @ X3 ) ) ) ) ) ).

thf(def_intersection,definition,
    ( intersection
    = ( ^ [X1: $i > $o,X2: $i > $o,X3: $i] :
          ~ ( ( X1 @ X3 )
           => ~ ( X2 @ X3 ) ) ) ) ).

thf(def_setminus,definition,
    ( setminus
    = ( ^ [X1: $i > $o,X2: $i > $o,X3: $i] :
          ~ ( ( X1 @ X3 )
           => ( X2 @ X3 ) ) ) ) ).

thf(def_complement,definition,
    ( complement
    = ( ^ [X1: $i > $o,X2: $i] :
          ~ ( X1 @ X2 ) ) ) ).

thf(def_disjoint,definition,
    ( disjoint
    = ( ^ [X1: $i > $o,X2: $i > $o] :
          ( ( intersection @ X1 @ X2 )
          = emptyset ) ) ) ).

thf(def_subset,definition,
    ( subset
    = ( ^ [X1: $i > $o,X2: $i > $o] :
        ! [X3: $i] :
          ( ( X1 @ X3 )
         => ( X2 @ X3 ) ) ) ) ).

thf(def_meets,definition,
    ( meets
    = ( ^ [X1: $i > $o,X2: $i > $o] :
          ~ ! [X3: $i] :
              ( ( X1 @ X3 )
             => ~ ( X2 @ X3 ) ) ) ) ).

thf(def_misses,definition,
    ( misses
    = ( ^ [X1: $i > $o,X2: $i > $o] :
        ! [X3: $i] :
          ( ( X1 @ X3 )
         => ~ ( X2 @ X3 ) ) ) ) ).

thf(thm,conjecture,
    ! [X1: $i > $o,X2: $i > $o,X3: $i > $o] :
      ( ( ^ [X4: $i] :
            ( ( ( ( ( X1 @ X4 )
                 => ( X2 @ X4 ) )
               => ~ ( ~ ( X1 @ X4 )
                   => ~ ( X2 @ X4 ) ) )
             => ( X3 @ X4 ) )
           => ~ ( ~ ( ( ( X1 @ X4 )
                     => ( X2 @ X4 ) )
                   => ~ ( ~ ( X1 @ X4 )
                       => ~ ( X2 @ X4 ) ) )
               => ~ ( X3 @ X4 ) ) ) )
      = ( ^ [X4: $i] :
            ( ( ( X1 @ X4 )
             => ( ( ( X2 @ X4 )
                 => ( X3 @ X4 ) )
               => ~ ( ~ ( X2 @ X4 )
                   => ~ ( X3 @ X4 ) ) ) )
           => ~ ( ~ ( X1 @ X4 )
               => ~ ( ( ( X2 @ X4 )
                     => ( X3 @ X4 ) )
                   => ~ ( ~ ( X2 @ X4 )
                       => ~ ( X3 @ X4 ) ) ) ) ) ) ) ).

thf(h0,negated_conjecture,
    ~ ! [X1: $i > $o,X2: $i > $o,X3: $i > $o] :
        ( ( ^ [X4: $i] :
              ( ( ( ( ( X1 @ X4 )
                   => ( X2 @ X4 ) )
                 => ~ ( ~ ( X1 @ X4 )
                     => ~ ( X2 @ X4 ) ) )
               => ( X3 @ X4 ) )
             => ~ ( ~ ( ( ( X1 @ X4 )
                       => ( X2 @ X4 ) )
                     => ~ ( ~ ( X1 @ X4 )
                         => ~ ( X2 @ X4 ) ) )
                 => ~ ( X3 @ X4 ) ) ) )
        = ( ^ [X4: $i] :
              ( ( ( X1 @ X4 )
               => ( ( ( X2 @ X4 )
                   => ( X3 @ X4 ) )
                 => ~ ( ~ ( X2 @ X4 )
                     => ~ ( X3 @ X4 ) ) ) )
             => ~ ( ~ ( X1 @ X4 )
                 => ~ ( ( ( X2 @ X4 )
                       => ( X3 @ X4 ) )
                     => ~ ( ~ ( X2 @ X4 )
                         => ~ ( X3 @ X4 ) ) ) ) ) ) ),
    inference(assume_negation,[status(cth)],[thm]) ).

thf(h1,assumption,
    ~ ! [X1: $i > $o,X2: $i > $o] :
        ( ( ^ [X3: $i] :
              ( ( ( ( ( eigen__0 @ X3 )
                   => ( X1 @ X3 ) )
                 => ~ ( ~ ( eigen__0 @ X3 )
                     => ~ ( X1 @ X3 ) ) )
               => ( X2 @ X3 ) )
             => ~ ( ~ ( ( ( eigen__0 @ X3 )
                       => ( X1 @ X3 ) )
                     => ~ ( ~ ( eigen__0 @ X3 )
                         => ~ ( X1 @ X3 ) ) )
                 => ~ ( X2 @ X3 ) ) ) )
        = ( ^ [X3: $i] :
              ( ( ( eigen__0 @ X3 )
               => ( ( ( X1 @ X3 )
                   => ( X2 @ X3 ) )
                 => ~ ( ~ ( X1 @ X3 )
                     => ~ ( X2 @ X3 ) ) ) )
             => ~ ( ~ ( eigen__0 @ X3 )
                 => ~ ( ( ( X1 @ X3 )
                       => ( X2 @ X3 ) )
                     => ~ ( ~ ( X1 @ X3 )
                         => ~ ( X2 @ X3 ) ) ) ) ) ) ),
    introduced(assumption,[]) ).

thf(h2,assumption,
    ~ ! [X1: $i > $o] :
        ( ( ^ [X2: $i] :
              ( ( ( ( ( eigen__0 @ X2 )
                   => ( eigen__1 @ X2 ) )
                 => ~ ( ~ ( eigen__0 @ X2 )
                     => ~ ( eigen__1 @ X2 ) ) )
               => ( X1 @ X2 ) )
             => ~ ( ~ ( ( ( eigen__0 @ X2 )
                       => ( eigen__1 @ X2 ) )
                     => ~ ( ~ ( eigen__0 @ X2 )
                         => ~ ( eigen__1 @ X2 ) ) )
                 => ~ ( X1 @ X2 ) ) ) )
        = ( ^ [X2: $i] :
              ( ( ( eigen__0 @ X2 )
               => ( ( ( eigen__1 @ X2 )
                   => ( X1 @ X2 ) )
                 => ~ ( ~ ( eigen__1 @ X2 )
                     => ~ ( X1 @ X2 ) ) ) )
             => ~ ( ~ ( eigen__0 @ X2 )
                 => ~ ( ( ( eigen__1 @ X2 )
                       => ( X1 @ X2 ) )
                     => ~ ( ~ ( eigen__1 @ X2 )
                         => ~ ( X1 @ X2 ) ) ) ) ) ) ),
    introduced(assumption,[]) ).

thf(h3,assumption,
    ( ^ [X1: $i] :
        ( ( ( ( ( eigen__0 @ X1 )
             => ( eigen__1 @ X1 ) )
           => ~ ( ~ ( eigen__0 @ X1 )
               => ~ ( eigen__1 @ X1 ) ) )
         => ( eigen__2 @ X1 ) )
       => ~ ( ~ ( ( ( eigen__0 @ X1 )
                 => ( eigen__1 @ X1 ) )
               => ~ ( ~ ( eigen__0 @ X1 )
                   => ~ ( eigen__1 @ X1 ) ) )
           => ~ ( eigen__2 @ X1 ) ) ) )
 != ( ^ [X1: $i] :
        ( ( ( eigen__0 @ X1 )
         => ( ( ( eigen__1 @ X1 )
             => ( eigen__2 @ X1 ) )
           => ~ ( ~ ( eigen__1 @ X1 )
               => ~ ( eigen__2 @ X1 ) ) ) )
       => ~ ( ~ ( eigen__0 @ X1 )
           => ~ ( ( ( eigen__1 @ X1 )
                 => ( eigen__2 @ X1 ) )
               => ~ ( ~ ( eigen__1 @ X1 )
                   => ~ ( eigen__2 @ X1 ) ) ) ) ) ),
    introduced(assumption,[]) ).

thf(h4,assumption,
    ~ ! [X1: $i] :
        ( ( ( ( ( ( eigen__0 @ X1 )
               => ( eigen__1 @ X1 ) )
             => ~ ( ~ ( eigen__0 @ X1 )
                 => ~ ( eigen__1 @ X1 ) ) )
           => ( eigen__2 @ X1 ) )
         => ~ ( ~ ( ( ( eigen__0 @ X1 )
                   => ( eigen__1 @ X1 ) )
                 => ~ ( ~ ( eigen__0 @ X1 )
                     => ~ ( eigen__1 @ X1 ) ) )
             => ~ ( eigen__2 @ X1 ) ) )
        = ( ( ( eigen__0 @ X1 )
           => ( ( ( eigen__1 @ X1 )
               => ( eigen__2 @ X1 ) )
             => ~ ( ~ ( eigen__1 @ X1 )
                 => ~ ( eigen__2 @ X1 ) ) ) )
         => ~ ( ~ ( eigen__0 @ X1 )
             => ~ ( ( ( eigen__1 @ X1 )
                   => ( eigen__2 @ X1 ) )
                 => ~ ( ~ ( eigen__1 @ X1 )
                     => ~ ( eigen__2 @ X1 ) ) ) ) ) ),
    introduced(assumption,[]) ).

thf(h5,assumption,
    ( ( ( ( sP3
         => sP1 )
       => ~ ( ~ sP3
           => ~ sP1 ) )
     => sP2 )
   => ~ ( ~ ( ( sP3
             => sP1 )
           => ~ ( ~ sP3
               => ~ sP1 ) )
       => ~ sP2 ) )
 != ( ( sP3
     => ( ( sP1
         => sP2 )
       => ~ ( ~ sP1
           => ~ sP2 ) ) )
   => ~ ( ~ sP3
       => ~ ( ( sP1
             => sP2 )
           => ~ ( ~ sP1
               => ~ sP2 ) ) ) ),
    introduced(assumption,[]) ).

thf(h6,assumption,
    ( ( ( ( sP3
         => sP1 )
       => ~ ( ~ sP3
           => ~ sP1 ) )
     => sP2 )
   => ~ ( ~ ( ( sP3
             => sP1 )
           => ~ ( ~ sP3
               => ~ sP1 ) )
       => ~ sP2 ) ),
    introduced(assumption,[]) ).

thf(h7,assumption,
    ( ( sP3
     => ( ( sP1
         => sP2 )
       => ~ ( ~ sP1
           => ~ sP2 ) ) )
   => ~ ( ~ sP3
       => ~ ( ( sP1
             => sP2 )
           => ~ ( ~ sP1
               => ~ sP2 ) ) ) ),
    introduced(assumption,[]) ).

thf(h8,assumption,
    ~ ( ( ( ( sP3
           => sP1 )
         => ~ ( ~ sP3
             => ~ sP1 ) )
       => sP2 )
     => ~ ( ~ ( ( sP3
               => sP1 )
             => ~ ( ~ sP3
                 => ~ sP1 ) )
         => ~ sP2 ) ),
    introduced(assumption,[]) ).

thf(h9,assumption,
    ~ ( ( sP3
       => ( ( sP1
           => sP2 )
         => ~ ( ~ sP1
             => ~ sP2 ) ) )
     => ~ ( ~ sP3
         => ~ ( ( sP1
               => sP2 )
             => ~ ( ~ sP1
                 => ~ sP2 ) ) ) ),
    introduced(assumption,[]) ).

thf(h10,assumption,
    ~ ( ( ( sP3
         => sP1 )
       => ~ ( ~ sP3
           => ~ sP1 ) )
     => sP2 ),
    introduced(assumption,[]) ).

thf(h11,assumption,
    ~ ( ~ ( ( sP3
           => sP1 )
         => ~ ( ~ sP3
             => ~ sP1 ) )
     => ~ sP2 ),
    introduced(assumption,[]) ).

thf(h12,assumption,
    ( ( sP3
     => sP1 )
   => ~ ( ~ sP3
       => ~ sP1 ) ),
    introduced(assumption,[]) ).

thf(h13,assumption,
    ~ sP2,
    introduced(assumption,[]) ).

thf(h14,assumption,
    ~ ( sP3
     => sP1 ),
    introduced(assumption,[]) ).

thf(h15,assumption,
    ~ ( ~ sP3
     => ~ sP1 ),
    introduced(assumption,[]) ).

thf(h16,assumption,
    sP3,
    introduced(assumption,[]) ).

thf(h17,assumption,
    ~ sP1,
    introduced(assumption,[]) ).

thf(h18,assumption,
    ( sP3
   => ( ( sP1
       => sP2 )
     => ~ ( ~ sP1
         => ~ sP2 ) ) ),
    introduced(assumption,[]) ).

thf(h19,assumption,
    ( ~ sP3
   => ~ ( ( sP1
         => sP2 )
       => ~ ( ~ sP1
           => ~ sP2 ) ) ),
    introduced(assumption,[]) ).

thf(h20,assumption,
    ~ sP3,
    introduced(assumption,[]) ).

thf(h21,assumption,
    ( ( sP1
     => sP2 )
   => ~ ( ~ sP1
       => ~ sP2 ) ),
    introduced(assumption,[]) ).

thf(h22,assumption,
    ~ ( ( sP1
       => sP2 )
     => ~ ( ~ sP1
         => ~ sP2 ) ),
    introduced(assumption,[]) ).

thf(1,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h16,h20,h18,h19,h16,h17,h14,h12,h13,h10,h6,h7,h5,h4,h3,h2,h1,h0])],[h16,h20]) ).

thf(h23,assumption,
    ( sP1
   => sP2 ),
    introduced(assumption,[]) ).

thf(h24,assumption,
    ( ~ sP1
   => ~ sP2 ),
    introduced(assumption,[]) ).

thf(h25,assumption,
    sP2,
    introduced(assumption,[]) ).

thf(h26,assumption,
    sP1,
    introduced(assumption,[]) ).

thf(2,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h17,h23,h24,h22,h20,h18,h19,h16,h17,h14,h12,h13,h10,h6,h7,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(3,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h13,h17,h23,h24,h22,h20,h18,h19,h16,h17,h14,h12,h13,h10,h6,h7,h5,h4,h3,h2,h1,h0])],[h16,h20]) ).

thf(4,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h17,h23,h24,h22,h20,h18,h19,h16,h17,h14,h12,h13,h10,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h26]),tab_imp(discharge,[h13])],[h24,2,3,h26,h13]) ).

thf(5,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h25,h23,h24,h22,h20,h18,h19,h16,h17,h14,h12,h13,h10,h6,h7,h5,h4,h3,h2,h1,h0])],[h25,h13]) ).

thf(6,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h13,h25,h23,h24,h22,h20,h18,h19,h16,h17,h14,h12,h13,h10,h6,h7,h5,h4,h3,h2,h1,h0])],[h25,h13]) ).

thf(7,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h25,h23,h24,h22,h20,h18,h19,h16,h17,h14,h12,h13,h10,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h26]),tab_imp(discharge,[h13])],[h24,5,6,h26,h13]) ).

thf(8,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h23,h24,h22,h20,h18,h19,h16,h17,h14,h12,h13,h10,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h17]),tab_imp(discharge,[h25])],[h23,4,7,h17,h25]) ).

thf(9,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h22,h20,h18,h19,h16,h17,h14,h12,h13,h10,h6,h7,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h23,h24])],[h22,8,h23,h24]) ).

thf(10,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h20,h18,h19,h16,h17,h14,h12,h13,h10,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h16]),tab_imp(discharge,[h22])],[h19,1,9,h16,h22]) ).

thf(h27,assumption,
    ~ ( sP1
     => sP2 ),
    introduced(assumption,[]) ).

thf(h28,assumption,
    ~ ( ~ sP1
     => ~ sP2 ),
    introduced(assumption,[]) ).

thf(11,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h16,h26,h13,h27,h21,h18,h19,h16,h17,h14,h12,h13,h10,h6,h7,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(12,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h17,h23,h24,h22,h26,h13,h27,h21,h18,h19,h16,h17,h14,h12,h13,h10,h6,h7,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(13,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h13,h17,h23,h24,h22,h26,h13,h27,h21,h18,h19,h16,h17,h14,h12,h13,h10,h6,h7,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(14,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h17,h23,h24,h22,h26,h13,h27,h21,h18,h19,h16,h17,h14,h12,h13,h10,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h26]),tab_imp(discharge,[h13])],[h24,12,13,h26,h13]) ).

thf(15,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h25,h23,h24,h22,h26,h13,h27,h21,h18,h19,h16,h17,h14,h12,h13,h10,h6,h7,h5,h4,h3,h2,h1,h0])],[h25,h13]) ).

thf(16,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h13,h25,h23,h24,h22,h26,h13,h27,h21,h18,h19,h16,h17,h14,h12,h13,h10,h6,h7,h5,h4,h3,h2,h1,h0])],[h25,h13]) ).

thf(17,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h25,h23,h24,h22,h26,h13,h27,h21,h18,h19,h16,h17,h14,h12,h13,h10,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h26]),tab_imp(discharge,[h13])],[h24,15,16,h26,h13]) ).

thf(18,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h23,h24,h22,h26,h13,h27,h21,h18,h19,h16,h17,h14,h12,h13,h10,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h17]),tab_imp(discharge,[h25])],[h23,14,17,h17,h25]) ).

thf(19,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h22,h26,h13,h27,h21,h18,h19,h16,h17,h14,h12,h13,h10,h6,h7,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h23,h24])],[h22,18,h23,h24]) ).

thf(20,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h26,h13,h27,h21,h18,h19,h16,h17,h14,h12,h13,h10,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h16]),tab_imp(discharge,[h22])],[h19,11,19,h16,h22]) ).

thf(21,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h27,h21,h18,h19,h16,h17,h14,h12,h13,h10,h6,h7,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h26,h13])],[h27,20,h26,h13]) ).

thf(22,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h16,h17,h25,h28,h21,h18,h19,h16,h17,h14,h12,h13,h10,h6,h7,h5,h4,h3,h2,h1,h0])],[h25,h13]) ).

thf(23,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h17,h23,h24,h22,h17,h25,h28,h21,h18,h19,h16,h17,h14,h12,h13,h10,h6,h7,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(24,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h13,h17,h23,h24,h22,h17,h25,h28,h21,h18,h19,h16,h17,h14,h12,h13,h10,h6,h7,h5,h4,h3,h2,h1,h0])],[h25,h13]) ).

thf(25,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h17,h23,h24,h22,h17,h25,h28,h21,h18,h19,h16,h17,h14,h12,h13,h10,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h26]),tab_imp(discharge,[h13])],[h24,23,24,h26,h13]) ).

thf(26,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h25,h23,h24,h22,h17,h25,h28,h21,h18,h19,h16,h17,h14,h12,h13,h10,h6,h7,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(27,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h13,h25,h23,h24,h22,h17,h25,h28,h21,h18,h19,h16,h17,h14,h12,h13,h10,h6,h7,h5,h4,h3,h2,h1,h0])],[h25,h13]) ).

thf(28,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h25,h23,h24,h22,h17,h25,h28,h21,h18,h19,h16,h17,h14,h12,h13,h10,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h26]),tab_imp(discharge,[h13])],[h24,26,27,h26,h13]) ).

thf(29,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h23,h24,h22,h17,h25,h28,h21,h18,h19,h16,h17,h14,h12,h13,h10,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h17]),tab_imp(discharge,[h25])],[h23,25,28,h17,h25]) ).

thf(30,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h22,h17,h25,h28,h21,h18,h19,h16,h17,h14,h12,h13,h10,h6,h7,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h23,h24])],[h22,29,h23,h24]) ).

thf(31,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h17,h25,h28,h21,h18,h19,h16,h17,h14,h12,h13,h10,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h16]),tab_imp(discharge,[h22])],[h19,22,30,h16,h22]) ).

thf(32,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h28,h21,h18,h19,h16,h17,h14,h12,h13,h10,h6,h7,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h17,h25])],[h28,31,h17,h25]) ).

thf(33,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h21,h18,h19,h16,h17,h14,h12,h13,h10,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h27]),tab_imp(discharge,[h28])],[h21,21,32,h27,h28]) ).

thf(34,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h18,h19,h16,h17,h14,h12,h13,h10,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h20]),tab_imp(discharge,[h21])],[h18,10,33,h20,h21]) ).

thf(35,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h16,h17,h14,h12,h13,h10,h6,h7,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h18,h19])],[h7,34,h18,h19]) ).

thf(36,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h14,h12,h13,h10,h6,h7,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h16,h17])],[h14,35,h16,h17]) ).

thf(37,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h16,h20,h18,h19,h20,h26,h15,h12,h13,h10,h6,h7,h5,h4,h3,h2,h1,h0])],[h16,h20]) ).

thf(38,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h17,h23,h24,h22,h20,h18,h19,h20,h26,h15,h12,h13,h10,h6,h7,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(39,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h13,h17,h23,h24,h22,h20,h18,h19,h20,h26,h15,h12,h13,h10,h6,h7,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(40,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h17,h23,h24,h22,h20,h18,h19,h20,h26,h15,h12,h13,h10,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h26]),tab_imp(discharge,[h13])],[h24,38,39,h26,h13]) ).

thf(41,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h25,h23,h24,h22,h20,h18,h19,h20,h26,h15,h12,h13,h10,h6,h7,h5,h4,h3,h2,h1,h0])],[h25,h13]) ).

thf(42,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h13,h25,h23,h24,h22,h20,h18,h19,h20,h26,h15,h12,h13,h10,h6,h7,h5,h4,h3,h2,h1,h0])],[h25,h13]) ).

thf(43,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h25,h23,h24,h22,h20,h18,h19,h20,h26,h15,h12,h13,h10,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h26]),tab_imp(discharge,[h13])],[h24,41,42,h26,h13]) ).

thf(44,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h23,h24,h22,h20,h18,h19,h20,h26,h15,h12,h13,h10,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h17]),tab_imp(discharge,[h25])],[h23,40,43,h17,h25]) ).

thf(45,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h22,h20,h18,h19,h20,h26,h15,h12,h13,h10,h6,h7,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h23,h24])],[h22,44,h23,h24]) ).

thf(46,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h20,h18,h19,h20,h26,h15,h12,h13,h10,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h16]),tab_imp(discharge,[h22])],[h19,37,45,h16,h22]) ).

thf(47,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h16,h26,h13,h27,h21,h18,h19,h20,h26,h15,h12,h13,h10,h6,h7,h5,h4,h3,h2,h1,h0])],[h16,h20]) ).

thf(48,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h17,h23,h24,h22,h26,h13,h27,h21,h18,h19,h20,h26,h15,h12,h13,h10,h6,h7,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(49,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h13,h17,h23,h24,h22,h26,h13,h27,h21,h18,h19,h20,h26,h15,h12,h13,h10,h6,h7,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(50,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h17,h23,h24,h22,h26,h13,h27,h21,h18,h19,h20,h26,h15,h12,h13,h10,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h26]),tab_imp(discharge,[h13])],[h24,48,49,h26,h13]) ).

thf(51,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h25,h23,h24,h22,h26,h13,h27,h21,h18,h19,h20,h26,h15,h12,h13,h10,h6,h7,h5,h4,h3,h2,h1,h0])],[h25,h13]) ).

thf(52,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h13,h25,h23,h24,h22,h26,h13,h27,h21,h18,h19,h20,h26,h15,h12,h13,h10,h6,h7,h5,h4,h3,h2,h1,h0])],[h25,h13]) ).

thf(53,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h25,h23,h24,h22,h26,h13,h27,h21,h18,h19,h20,h26,h15,h12,h13,h10,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h26]),tab_imp(discharge,[h13])],[h24,51,52,h26,h13]) ).

thf(54,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h23,h24,h22,h26,h13,h27,h21,h18,h19,h20,h26,h15,h12,h13,h10,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h17]),tab_imp(discharge,[h25])],[h23,50,53,h17,h25]) ).

thf(55,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h22,h26,h13,h27,h21,h18,h19,h20,h26,h15,h12,h13,h10,h6,h7,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h23,h24])],[h22,54,h23,h24]) ).

thf(56,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h26,h13,h27,h21,h18,h19,h20,h26,h15,h12,h13,h10,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h16]),tab_imp(discharge,[h22])],[h19,47,55,h16,h22]) ).

thf(57,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h27,h21,h18,h19,h20,h26,h15,h12,h13,h10,h6,h7,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h26,h13])],[h27,56,h26,h13]) ).

thf(58,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h16,h17,h25,h28,h21,h18,h19,h20,h26,h15,h12,h13,h10,h6,h7,h5,h4,h3,h2,h1,h0])],[h25,h13]) ).

thf(59,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h17,h23,h24,h22,h17,h25,h28,h21,h18,h19,h20,h26,h15,h12,h13,h10,h6,h7,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(60,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h13,h17,h23,h24,h22,h17,h25,h28,h21,h18,h19,h20,h26,h15,h12,h13,h10,h6,h7,h5,h4,h3,h2,h1,h0])],[h25,h13]) ).

thf(61,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h17,h23,h24,h22,h17,h25,h28,h21,h18,h19,h20,h26,h15,h12,h13,h10,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h26]),tab_imp(discharge,[h13])],[h24,59,60,h26,h13]) ).

thf(62,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h25,h23,h24,h22,h17,h25,h28,h21,h18,h19,h20,h26,h15,h12,h13,h10,h6,h7,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(63,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h13,h25,h23,h24,h22,h17,h25,h28,h21,h18,h19,h20,h26,h15,h12,h13,h10,h6,h7,h5,h4,h3,h2,h1,h0])],[h25,h13]) ).

thf(64,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h25,h23,h24,h22,h17,h25,h28,h21,h18,h19,h20,h26,h15,h12,h13,h10,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h26]),tab_imp(discharge,[h13])],[h24,62,63,h26,h13]) ).

thf(65,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h23,h24,h22,h17,h25,h28,h21,h18,h19,h20,h26,h15,h12,h13,h10,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h17]),tab_imp(discharge,[h25])],[h23,61,64,h17,h25]) ).

thf(66,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h22,h17,h25,h28,h21,h18,h19,h20,h26,h15,h12,h13,h10,h6,h7,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h23,h24])],[h22,65,h23,h24]) ).

thf(67,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h17,h25,h28,h21,h18,h19,h20,h26,h15,h12,h13,h10,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h16]),tab_imp(discharge,[h22])],[h19,58,66,h16,h22]) ).

thf(68,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h28,h21,h18,h19,h20,h26,h15,h12,h13,h10,h6,h7,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h17,h25])],[h28,67,h17,h25]) ).

thf(69,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h21,h18,h19,h20,h26,h15,h12,h13,h10,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h27]),tab_imp(discharge,[h28])],[h21,57,68,h27,h28]) ).

thf(70,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h18,h19,h20,h26,h15,h12,h13,h10,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h20]),tab_imp(discharge,[h21])],[h18,46,69,h20,h21]) ).

thf(71,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h20,h26,h15,h12,h13,h10,h6,h7,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h18,h19])],[h7,70,h18,h19]) ).

thf(72,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h15,h12,h13,h10,h6,h7,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h20,h26])],[h15,71,h20,h26]) ).

thf(73,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h12,h13,h10,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h14]),tab_imp(discharge,[h15])],[h12,36,72,h14,h15]) ).

thf(74,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h10,h6,h7,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h12,h13])],[h10,73,h12,h13]) ).

thf(h29,assumption,
    ~ ( ( sP3
       => sP1 )
     => ~ ( ~ sP3
         => ~ sP1 ) ),
    introduced(assumption,[]) ).

thf(h30,assumption,
    ( sP3
   => sP1 ),
    introduced(assumption,[]) ).

thf(h31,assumption,
    ( ~ sP3
   => ~ sP1 ),
    introduced(assumption,[]) ).

thf(75,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h16,h20,h18,h19,h16,h20,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h16,h20]) ).

thf(76,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h17,h23,h24,h22,h20,h18,h19,h16,h20,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(77,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h13,h17,h23,h24,h22,h20,h18,h19,h16,h20,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h25,h13]) ).

thf(78,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h17,h23,h24,h22,h20,h18,h19,h16,h20,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h26]),tab_imp(discharge,[h13])],[h24,76,77,h26,h13]) ).

thf(79,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h25,h23,h24,h22,h20,h18,h19,h16,h20,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h16,h20]) ).

thf(80,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h13,h25,h23,h24,h22,h20,h18,h19,h16,h20,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h25,h13]) ).

thf(81,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h25,h23,h24,h22,h20,h18,h19,h16,h20,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h26]),tab_imp(discharge,[h13])],[h24,79,80,h26,h13]) ).

thf(82,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h23,h24,h22,h20,h18,h19,h16,h20,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h17]),tab_imp(discharge,[h25])],[h23,78,81,h17,h25]) ).

thf(83,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h22,h20,h18,h19,h16,h20,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h23,h24])],[h22,82,h23,h24]) ).

thf(84,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h20,h18,h19,h16,h20,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h16]),tab_imp(discharge,[h22])],[h19,75,83,h16,h22]) ).

thf(85,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h16,h26,h13,h27,h21,h18,h19,h16,h20,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h25,h13]) ).

thf(86,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h17,h23,h24,h22,h26,h13,h27,h21,h18,h19,h16,h20,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(87,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h13,h17,h23,h24,h22,h26,h13,h27,h21,h18,h19,h16,h20,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(88,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h17,h23,h24,h22,h26,h13,h27,h21,h18,h19,h16,h20,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h26]),tab_imp(discharge,[h13])],[h24,86,87,h26,h13]) ).

thf(89,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h25,h23,h24,h22,h26,h13,h27,h21,h18,h19,h16,h20,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h25,h13]) ).

thf(90,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h13,h25,h23,h24,h22,h26,h13,h27,h21,h18,h19,h16,h20,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h25,h13]) ).

thf(91,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h25,h23,h24,h22,h26,h13,h27,h21,h18,h19,h16,h20,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h26]),tab_imp(discharge,[h13])],[h24,89,90,h26,h13]) ).

thf(92,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h23,h24,h22,h26,h13,h27,h21,h18,h19,h16,h20,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h17]),tab_imp(discharge,[h25])],[h23,88,91,h17,h25]) ).

thf(93,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h22,h26,h13,h27,h21,h18,h19,h16,h20,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h23,h24])],[h22,92,h23,h24]) ).

thf(94,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h26,h13,h27,h21,h18,h19,h16,h20,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h16]),tab_imp(discharge,[h22])],[h19,85,93,h16,h22]) ).

thf(95,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h27,h21,h18,h19,h16,h20,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h26,h13])],[h27,94,h26,h13]) ).

thf(96,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h16,h17,h25,h28,h21,h18,h19,h16,h20,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h16,h20]) ).

thf(97,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h17,h23,h24,h22,h17,h25,h28,h21,h18,h19,h16,h20,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(98,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h13,h17,h23,h24,h22,h17,h25,h28,h21,h18,h19,h16,h20,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h25,h13]) ).

thf(99,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h17,h23,h24,h22,h17,h25,h28,h21,h18,h19,h16,h20,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h26]),tab_imp(discharge,[h13])],[h24,97,98,h26,h13]) ).

thf(100,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h25,h23,h24,h22,h17,h25,h28,h21,h18,h19,h16,h20,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(101,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h13,h25,h23,h24,h22,h17,h25,h28,h21,h18,h19,h16,h20,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h25,h13]) ).

thf(102,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h25,h23,h24,h22,h17,h25,h28,h21,h18,h19,h16,h20,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h26]),tab_imp(discharge,[h13])],[h24,100,101,h26,h13]) ).

thf(103,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h23,h24,h22,h17,h25,h28,h21,h18,h19,h16,h20,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h17]),tab_imp(discharge,[h25])],[h23,99,102,h17,h25]) ).

thf(104,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h22,h17,h25,h28,h21,h18,h19,h16,h20,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h23,h24])],[h22,103,h23,h24]) ).

thf(105,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h17,h25,h28,h21,h18,h19,h16,h20,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h16]),tab_imp(discharge,[h22])],[h19,96,104,h16,h22]) ).

thf(106,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h28,h21,h18,h19,h16,h20,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h17,h25])],[h28,105,h17,h25]) ).

thf(107,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h21,h18,h19,h16,h20,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h27]),tab_imp(discharge,[h28])],[h21,95,106,h27,h28]) ).

thf(108,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h18,h19,h16,h20,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h20]),tab_imp(discharge,[h21])],[h18,84,107,h20,h21]) ).

thf(109,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h16,h20,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h18,h19])],[h7,108,h18,h19]) ).

thf(110,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h16,h20,h18,h19,h17,h20,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h16,h20]) ).

thf(111,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h17,h23,h24,h22,h20,h18,h19,h17,h20,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(112,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h13,h17,h23,h24,h22,h20,h18,h19,h17,h20,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h25,h13]) ).

thf(113,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h17,h23,h24,h22,h20,h18,h19,h17,h20,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h26]),tab_imp(discharge,[h13])],[h24,111,112,h26,h13]) ).

thf(114,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h25,h23,h24,h22,h20,h18,h19,h17,h20,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(115,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h13,h25,h23,h24,h22,h20,h18,h19,h17,h20,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h25,h13]) ).

thf(116,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h25,h23,h24,h22,h20,h18,h19,h17,h20,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h26]),tab_imp(discharge,[h13])],[h24,114,115,h26,h13]) ).

thf(117,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h23,h24,h22,h20,h18,h19,h17,h20,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h17]),tab_imp(discharge,[h25])],[h23,113,116,h17,h25]) ).

thf(118,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h22,h20,h18,h19,h17,h20,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h23,h24])],[h22,117,h23,h24]) ).

thf(119,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h20,h18,h19,h17,h20,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h16]),tab_imp(discharge,[h22])],[h19,110,118,h16,h22]) ).

thf(120,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h16,h26,h13,h27,h21,h18,h19,h17,h20,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h25,h13]) ).

thf(121,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h17,h23,h24,h22,h26,h13,h27,h21,h18,h19,h17,h20,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(122,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h13,h17,h23,h24,h22,h26,h13,h27,h21,h18,h19,h17,h20,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(123,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h17,h23,h24,h22,h26,h13,h27,h21,h18,h19,h17,h20,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h26]),tab_imp(discharge,[h13])],[h24,121,122,h26,h13]) ).

thf(124,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h25,h23,h24,h22,h26,h13,h27,h21,h18,h19,h17,h20,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h25,h13]) ).

thf(125,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h13,h25,h23,h24,h22,h26,h13,h27,h21,h18,h19,h17,h20,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h25,h13]) ).

thf(126,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h25,h23,h24,h22,h26,h13,h27,h21,h18,h19,h17,h20,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h26]),tab_imp(discharge,[h13])],[h24,124,125,h26,h13]) ).

thf(127,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h23,h24,h22,h26,h13,h27,h21,h18,h19,h17,h20,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h17]),tab_imp(discharge,[h25])],[h23,123,126,h17,h25]) ).

thf(128,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h22,h26,h13,h27,h21,h18,h19,h17,h20,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h23,h24])],[h22,127,h23,h24]) ).

thf(129,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h26,h13,h27,h21,h18,h19,h17,h20,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h16]),tab_imp(discharge,[h22])],[h19,120,128,h16,h22]) ).

thf(130,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h27,h21,h18,h19,h17,h20,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h26,h13])],[h27,129,h26,h13]) ).

thf(131,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h16,h17,h25,h28,h21,h18,h19,h17,h20,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h16,h20]) ).

thf(132,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h17,h23,h24,h22,h17,h25,h28,h21,h18,h19,h17,h20,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(133,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h13,h17,h23,h24,h22,h17,h25,h28,h21,h18,h19,h17,h20,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h25,h13]) ).

thf(134,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h17,h23,h24,h22,h17,h25,h28,h21,h18,h19,h17,h20,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h26]),tab_imp(discharge,[h13])],[h24,132,133,h26,h13]) ).

thf(135,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h25,h23,h24,h22,h17,h25,h28,h21,h18,h19,h17,h20,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(136,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h13,h25,h23,h24,h22,h17,h25,h28,h21,h18,h19,h17,h20,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h25,h13]) ).

thf(137,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h25,h23,h24,h22,h17,h25,h28,h21,h18,h19,h17,h20,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h26]),tab_imp(discharge,[h13])],[h24,135,136,h26,h13]) ).

thf(138,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h23,h24,h22,h17,h25,h28,h21,h18,h19,h17,h20,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h17]),tab_imp(discharge,[h25])],[h23,134,137,h17,h25]) ).

thf(139,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h22,h17,h25,h28,h21,h18,h19,h17,h20,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h23,h24])],[h22,138,h23,h24]) ).

thf(140,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h17,h25,h28,h21,h18,h19,h17,h20,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h16]),tab_imp(discharge,[h22])],[h19,131,139,h16,h22]) ).

thf(141,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h28,h21,h18,h19,h17,h20,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h17,h25])],[h28,140,h17,h25]) ).

thf(142,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h21,h18,h19,h17,h20,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h27]),tab_imp(discharge,[h28])],[h21,130,141,h27,h28]) ).

thf(143,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h18,h19,h17,h20,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h20]),tab_imp(discharge,[h21])],[h18,119,142,h20,h21]) ).

thf(144,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h17,h20,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h18,h19])],[h7,143,h18,h19]) ).

thf(145,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h20,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h16]),tab_imp(discharge,[h17])],[h31,109,144,h16,h17]) ).

thf(146,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h16,h20,h18,h19,h16,h26,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h16,h20]) ).

thf(147,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h17,h23,h24,h22,h20,h18,h19,h16,h26,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(148,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h13,h17,h23,h24,h22,h20,h18,h19,h16,h26,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h25,h13]) ).

thf(149,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h17,h23,h24,h22,h20,h18,h19,h16,h26,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h26]),tab_imp(discharge,[h13])],[h24,147,148,h26,h13]) ).

thf(150,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h25,h23,h24,h22,h20,h18,h19,h16,h26,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h16,h20]) ).

thf(151,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h13,h25,h23,h24,h22,h20,h18,h19,h16,h26,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h25,h13]) ).

thf(152,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h25,h23,h24,h22,h20,h18,h19,h16,h26,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h26]),tab_imp(discharge,[h13])],[h24,150,151,h26,h13]) ).

thf(153,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h23,h24,h22,h20,h18,h19,h16,h26,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h17]),tab_imp(discharge,[h25])],[h23,149,152,h17,h25]) ).

thf(154,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h22,h20,h18,h19,h16,h26,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h23,h24])],[h22,153,h23,h24]) ).

thf(155,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h20,h18,h19,h16,h26,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h16]),tab_imp(discharge,[h22])],[h19,146,154,h16,h22]) ).

thf(156,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h16,h26,h13,h27,h21,h18,h19,h16,h26,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h25,h13]) ).

thf(157,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h17,h23,h24,h22,h26,h13,h27,h21,h18,h19,h16,h26,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(158,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h13,h17,h23,h24,h22,h26,h13,h27,h21,h18,h19,h16,h26,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(159,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h17,h23,h24,h22,h26,h13,h27,h21,h18,h19,h16,h26,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h26]),tab_imp(discharge,[h13])],[h24,157,158,h26,h13]) ).

thf(160,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h25,h23,h24,h22,h26,h13,h27,h21,h18,h19,h16,h26,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h25,h13]) ).

thf(161,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h13,h25,h23,h24,h22,h26,h13,h27,h21,h18,h19,h16,h26,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h25,h13]) ).

thf(162,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h25,h23,h24,h22,h26,h13,h27,h21,h18,h19,h16,h26,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h26]),tab_imp(discharge,[h13])],[h24,160,161,h26,h13]) ).

thf(163,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h23,h24,h22,h26,h13,h27,h21,h18,h19,h16,h26,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h17]),tab_imp(discharge,[h25])],[h23,159,162,h17,h25]) ).

thf(164,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h22,h26,h13,h27,h21,h18,h19,h16,h26,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h23,h24])],[h22,163,h23,h24]) ).

thf(165,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h26,h13,h27,h21,h18,h19,h16,h26,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h16]),tab_imp(discharge,[h22])],[h19,156,164,h16,h22]) ).

thf(166,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h27,h21,h18,h19,h16,h26,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h26,h13])],[h27,165,h26,h13]) ).

thf(167,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h16,h17,h25,h28,h21,h18,h19,h16,h26,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(168,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h17,h23,h24,h22,h17,h25,h28,h21,h18,h19,h16,h26,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(169,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h13,h17,h23,h24,h22,h17,h25,h28,h21,h18,h19,h16,h26,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h25,h13]) ).

thf(170,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h17,h23,h24,h22,h17,h25,h28,h21,h18,h19,h16,h26,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h26]),tab_imp(discharge,[h13])],[h24,168,169,h26,h13]) ).

thf(171,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h25,h23,h24,h22,h17,h25,h28,h21,h18,h19,h16,h26,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(172,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h13,h25,h23,h24,h22,h17,h25,h28,h21,h18,h19,h16,h26,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h25,h13]) ).

thf(173,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h25,h23,h24,h22,h17,h25,h28,h21,h18,h19,h16,h26,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h26]),tab_imp(discharge,[h13])],[h24,171,172,h26,h13]) ).

thf(174,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h23,h24,h22,h17,h25,h28,h21,h18,h19,h16,h26,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h17]),tab_imp(discharge,[h25])],[h23,170,173,h17,h25]) ).

thf(175,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h22,h17,h25,h28,h21,h18,h19,h16,h26,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h23,h24])],[h22,174,h23,h24]) ).

thf(176,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h17,h25,h28,h21,h18,h19,h16,h26,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h16]),tab_imp(discharge,[h22])],[h19,167,175,h16,h22]) ).

thf(177,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h28,h21,h18,h19,h16,h26,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h17,h25])],[h28,176,h17,h25]) ).

thf(178,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h21,h18,h19,h16,h26,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h27]),tab_imp(discharge,[h28])],[h21,166,177,h27,h28]) ).

thf(179,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h18,h19,h16,h26,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h20]),tab_imp(discharge,[h21])],[h18,155,178,h20,h21]) ).

thf(180,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h16,h26,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h18,h19])],[h7,179,h18,h19]) ).

thf(181,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h16,h20,h18,h19,h17,h26,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h16,h20]) ).

thf(182,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h17,h23,h24,h22,h20,h18,h19,h17,h26,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(183,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h13,h17,h23,h24,h22,h20,h18,h19,h17,h26,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h25,h13]) ).

thf(184,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h17,h23,h24,h22,h20,h18,h19,h17,h26,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h26]),tab_imp(discharge,[h13])],[h24,182,183,h26,h13]) ).

thf(185,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h25,h23,h24,h22,h20,h18,h19,h17,h26,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(186,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h13,h25,h23,h24,h22,h20,h18,h19,h17,h26,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h25,h13]) ).

thf(187,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h25,h23,h24,h22,h20,h18,h19,h17,h26,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h26]),tab_imp(discharge,[h13])],[h24,185,186,h26,h13]) ).

thf(188,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h23,h24,h22,h20,h18,h19,h17,h26,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h17]),tab_imp(discharge,[h25])],[h23,184,187,h17,h25]) ).

thf(189,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h22,h20,h18,h19,h17,h26,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h23,h24])],[h22,188,h23,h24]) ).

thf(190,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h20,h18,h19,h17,h26,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h16]),tab_imp(discharge,[h22])],[h19,181,189,h16,h22]) ).

thf(191,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h16,h26,h13,h27,h21,h18,h19,h17,h26,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h25,h13]) ).

thf(192,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h17,h23,h24,h22,h26,h13,h27,h21,h18,h19,h17,h26,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(193,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h13,h17,h23,h24,h22,h26,h13,h27,h21,h18,h19,h17,h26,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(194,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h17,h23,h24,h22,h26,h13,h27,h21,h18,h19,h17,h26,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h26]),tab_imp(discharge,[h13])],[h24,192,193,h26,h13]) ).

thf(195,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h25,h23,h24,h22,h26,h13,h27,h21,h18,h19,h17,h26,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h25,h13]) ).

thf(196,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h13,h25,h23,h24,h22,h26,h13,h27,h21,h18,h19,h17,h26,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h25,h13]) ).

thf(197,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h25,h23,h24,h22,h26,h13,h27,h21,h18,h19,h17,h26,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h26]),tab_imp(discharge,[h13])],[h24,195,196,h26,h13]) ).

thf(198,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h23,h24,h22,h26,h13,h27,h21,h18,h19,h17,h26,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h17]),tab_imp(discharge,[h25])],[h23,194,197,h17,h25]) ).

thf(199,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h22,h26,h13,h27,h21,h18,h19,h17,h26,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h23,h24])],[h22,198,h23,h24]) ).

thf(200,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h26,h13,h27,h21,h18,h19,h17,h26,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h16]),tab_imp(discharge,[h22])],[h19,191,199,h16,h22]) ).

thf(201,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h27,h21,h18,h19,h17,h26,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h26,h13])],[h27,200,h26,h13]) ).

thf(202,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h16,h17,h25,h28,h21,h18,h19,h17,h26,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(203,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h17,h23,h24,h22,h17,h25,h28,h21,h18,h19,h17,h26,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(204,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h13,h17,h23,h24,h22,h17,h25,h28,h21,h18,h19,h17,h26,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h25,h13]) ).

thf(205,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h17,h23,h24,h22,h17,h25,h28,h21,h18,h19,h17,h26,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h26]),tab_imp(discharge,[h13])],[h24,203,204,h26,h13]) ).

thf(206,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h25,h23,h24,h22,h17,h25,h28,h21,h18,h19,h17,h26,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(207,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h13,h25,h23,h24,h22,h17,h25,h28,h21,h18,h19,h17,h26,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0])],[h25,h13]) ).

thf(208,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h25,h23,h24,h22,h17,h25,h28,h21,h18,h19,h17,h26,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h26]),tab_imp(discharge,[h13])],[h24,206,207,h26,h13]) ).

thf(209,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h23,h24,h22,h17,h25,h28,h21,h18,h19,h17,h26,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h17]),tab_imp(discharge,[h25])],[h23,205,208,h17,h25]) ).

thf(210,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h22,h17,h25,h28,h21,h18,h19,h17,h26,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h23,h24])],[h22,209,h23,h24]) ).

thf(211,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h17,h25,h28,h21,h18,h19,h17,h26,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h16]),tab_imp(discharge,[h22])],[h19,202,210,h16,h22]) ).

thf(212,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h28,h21,h18,h19,h17,h26,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h17,h25])],[h28,211,h17,h25]) ).

thf(213,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h21,h18,h19,h17,h26,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h27]),tab_imp(discharge,[h28])],[h21,201,212,h27,h28]) ).

thf(214,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h18,h19,h17,h26,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h20]),tab_imp(discharge,[h21])],[h18,190,213,h20,h21]) ).

thf(215,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h17,h26,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h18,h19])],[h7,214,h18,h19]) ).

thf(216,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h26,h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h16]),tab_imp(discharge,[h17])],[h31,180,215,h16,h17]) ).

thf(217,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h30,h31,h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h20]),tab_imp(discharge,[h26])],[h30,145,216,h20,h26]) ).

thf(218,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h29,h25,h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h30,h31])],[h29,217,h30,h31]) ).

thf(219,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h11,h6,h7,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h29,h25])],[h11,218,h29,h25]) ).

thf(220,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h6,h7,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h10]),tab_imp(discharge,[h11])],[h6,74,219,h10,h11]) ).

thf(h32,assumption,
    ( ( ( sP3
       => sP1 )
     => ~ ( ~ sP3
         => ~ sP1 ) )
   => sP2 ),
    introduced(assumption,[]) ).

thf(h33,assumption,
    ( ~ ( ( sP3
         => sP1 )
       => ~ ( ~ sP3
           => ~ sP1 ) )
   => ~ sP2 ),
    introduced(assumption,[]) ).

thf(h34,assumption,
    ~ ( sP3
     => ( ( sP1
         => sP2 )
       => ~ ( ~ sP1
           => ~ sP2 ) ) ),
    introduced(assumption,[]) ).

thf(h35,assumption,
    ~ ( ~ sP3
     => ~ ( ( sP1
           => sP2 )
         => ~ ( ~ sP1
             => ~ sP2 ) ) ),
    introduced(assumption,[]) ).

thf(221,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h17,h23,h24,h16,h22,h34,h16,h17,h14,h12,h16,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(222,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h13,h17,h23,h24,h16,h22,h34,h16,h17,h14,h12,h16,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h16,h20]) ).

thf(223,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h17,h23,h24,h16,h22,h34,h16,h17,h14,h12,h16,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h26]),tab_imp(discharge,[h13])],[h24,221,222,h26,h13]) ).

thf(224,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h25,h23,h24,h16,h22,h34,h16,h17,h14,h12,h16,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(225,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h13,h25,h23,h24,h16,h22,h34,h16,h17,h14,h12,h16,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h25,h13]) ).

thf(226,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h25,h23,h24,h16,h22,h34,h16,h17,h14,h12,h16,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h26]),tab_imp(discharge,[h13])],[h24,224,225,h26,h13]) ).

thf(227,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h23,h24,h16,h22,h34,h16,h17,h14,h12,h16,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h17]),tab_imp(discharge,[h25])],[h23,223,226,h17,h25]) ).

thf(228,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h16,h22,h34,h16,h17,h14,h12,h16,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h23,h24])],[h22,227,h23,h24]) ).

thf(229,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h34,h16,h17,h14,h12,h16,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h16,h22])],[h34,228,h16,h22]) ).

thf(230,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h13,h27,h20,h21,h35,h16,h17,h14,h12,h16,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(231,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h27,h20,h21,h35,h16,h17,h14,h12,h16,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h26,h13])],[h27,230,h26,h13]) ).

thf(232,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h17,h25,h28,h20,h21,h35,h16,h17,h14,h12,h16,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h16,h20]) ).

thf(233,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h28,h20,h21,h35,h16,h17,h14,h12,h16,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h17,h25])],[h28,232,h17,h25]) ).

thf(234,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h20,h21,h35,h16,h17,h14,h12,h16,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h27]),tab_imp(discharge,[h28])],[h21,231,233,h27,h28]) ).

thf(235,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h35,h16,h17,h14,h12,h16,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h20,h21])],[h35,234,h20,h21]) ).

thf(236,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h16,h17,h14,h12,h16,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h34]),tab_imp(discharge,[h35])],[h9,229,235,h34,h35]) ).

thf(237,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h14,h12,h16,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h16,h17])],[h14,236,h16,h17]) ).

thf(238,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h17,h23,h24,h16,h22,h34,h20,h26,h15,h12,h16,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(239,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h13,h17,h23,h24,h16,h22,h34,h20,h26,h15,h12,h16,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(240,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h17,h23,h24,h16,h22,h34,h20,h26,h15,h12,h16,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h26]),tab_imp(discharge,[h13])],[h24,238,239,h26,h13]) ).

thf(241,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h25,h23,h24,h16,h22,h34,h20,h26,h15,h12,h16,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h16,h20]) ).

thf(242,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h13,h25,h23,h24,h16,h22,h34,h20,h26,h15,h12,h16,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h25,h13]) ).

thf(243,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h25,h23,h24,h16,h22,h34,h20,h26,h15,h12,h16,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h26]),tab_imp(discharge,[h13])],[h24,241,242,h26,h13]) ).

thf(244,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h23,h24,h16,h22,h34,h20,h26,h15,h12,h16,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h17]),tab_imp(discharge,[h25])],[h23,240,243,h17,h25]) ).

thf(245,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h16,h22,h34,h20,h26,h15,h12,h16,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h23,h24])],[h22,244,h23,h24]) ).

thf(246,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h34,h20,h26,h15,h12,h16,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h16,h22])],[h34,245,h16,h22]) ).

thf(247,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h13,h27,h20,h21,h35,h20,h26,h15,h12,h16,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h16,h20]) ).

thf(248,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h27,h20,h21,h35,h20,h26,h15,h12,h16,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h26,h13])],[h27,247,h26,h13]) ).

thf(249,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h17,h25,h28,h20,h21,h35,h20,h26,h15,h12,h16,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(250,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h28,h20,h21,h35,h20,h26,h15,h12,h16,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h17,h25])],[h28,249,h17,h25]) ).

thf(251,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h20,h21,h35,h20,h26,h15,h12,h16,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h27]),tab_imp(discharge,[h28])],[h21,248,250,h27,h28]) ).

thf(252,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h35,h20,h26,h15,h12,h16,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h20,h21])],[h35,251,h20,h21]) ).

thf(253,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h20,h26,h15,h12,h16,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h34]),tab_imp(discharge,[h35])],[h9,246,252,h34,h35]) ).

thf(254,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h15,h12,h16,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h20,h26])],[h15,253,h20,h26]) ).

thf(255,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h12,h16,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h14]),tab_imp(discharge,[h15])],[h12,237,254,h14,h15]) ).

thf(256,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h17,h23,h24,h16,h22,h34,h13,h16,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(257,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h13,h17,h23,h24,h16,h22,h34,h13,h16,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h16,h20]) ).

thf(258,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h17,h23,h24,h16,h22,h34,h13,h16,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h26]),tab_imp(discharge,[h13])],[h24,256,257,h26,h13]) ).

thf(259,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h25,h23,h24,h16,h22,h34,h13,h16,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h25,h13]) ).

thf(260,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h13,h25,h23,h24,h16,h22,h34,h13,h16,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h25,h13]) ).

thf(261,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h25,h23,h24,h16,h22,h34,h13,h16,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h26]),tab_imp(discharge,[h13])],[h24,259,260,h26,h13]) ).

thf(262,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h23,h24,h16,h22,h34,h13,h16,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h17]),tab_imp(discharge,[h25])],[h23,258,261,h17,h25]) ).

thf(263,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h16,h22,h34,h13,h16,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h23,h24])],[h22,262,h23,h24]) ).

thf(264,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h34,h13,h16,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h16,h22])],[h34,263,h16,h22]) ).

thf(265,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h13,h27,h20,h21,h35,h13,h16,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h16,h20]) ).

thf(266,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h27,h20,h21,h35,h13,h16,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h26,h13])],[h27,265,h26,h13]) ).

thf(267,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h17,h25,h28,h20,h21,h35,h13,h16,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h25,h13]) ).

thf(268,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h28,h20,h21,h35,h13,h16,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h17,h25])],[h28,267,h17,h25]) ).

thf(269,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h20,h21,h35,h13,h16,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h27]),tab_imp(discharge,[h28])],[h21,266,268,h27,h28]) ).

thf(270,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h35,h13,h16,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h20,h21])],[h35,269,h20,h21]) ).

thf(271,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h13,h16,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h34]),tab_imp(discharge,[h35])],[h9,264,270,h34,h35]) ).

thf(272,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h16,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h12]),tab_imp(discharge,[h13])],[h33,255,271,h12,h13]) ).

thf(273,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h17,h23,h24,h16,h22,h34,h16,h17,h14,h12,h17,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(274,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h13,h17,h23,h24,h16,h22,h34,h16,h17,h14,h12,h17,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h16,h20]) ).

thf(275,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h17,h23,h24,h16,h22,h34,h16,h17,h14,h12,h17,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h26]),tab_imp(discharge,[h13])],[h24,273,274,h26,h13]) ).

thf(276,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h25,h23,h24,h16,h22,h34,h16,h17,h14,h12,h17,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(277,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h13,h25,h23,h24,h16,h22,h34,h16,h17,h14,h12,h17,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h25,h13]) ).

thf(278,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h25,h23,h24,h16,h22,h34,h16,h17,h14,h12,h17,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h26]),tab_imp(discharge,[h13])],[h24,276,277,h26,h13]) ).

thf(279,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h23,h24,h16,h22,h34,h16,h17,h14,h12,h17,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h17]),tab_imp(discharge,[h25])],[h23,275,278,h17,h25]) ).

thf(280,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h16,h22,h34,h16,h17,h14,h12,h17,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h23,h24])],[h22,279,h23,h24]) ).

thf(281,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h34,h16,h17,h14,h12,h17,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h16,h22])],[h34,280,h16,h22]) ).

thf(282,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h13,h27,h20,h21,h35,h16,h17,h14,h12,h17,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(283,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h27,h20,h21,h35,h16,h17,h14,h12,h17,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h26,h13])],[h27,282,h26,h13]) ).

thf(284,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h17,h25,h28,h20,h21,h35,h16,h17,h14,h12,h17,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h16,h20]) ).

thf(285,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h28,h20,h21,h35,h16,h17,h14,h12,h17,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h17,h25])],[h28,284,h17,h25]) ).

thf(286,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h20,h21,h35,h16,h17,h14,h12,h17,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h27]),tab_imp(discharge,[h28])],[h21,283,285,h27,h28]) ).

thf(287,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h35,h16,h17,h14,h12,h17,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h20,h21])],[h35,286,h20,h21]) ).

thf(288,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h16,h17,h14,h12,h17,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h34]),tab_imp(discharge,[h35])],[h9,281,287,h34,h35]) ).

thf(289,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h14,h12,h17,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h16,h17])],[h14,288,h16,h17]) ).

thf(290,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h17,h23,h24,h16,h22,h34,h20,h26,h15,h12,h17,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(291,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h13,h17,h23,h24,h16,h22,h34,h20,h26,h15,h12,h17,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(292,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h17,h23,h24,h16,h22,h34,h20,h26,h15,h12,h17,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h26]),tab_imp(discharge,[h13])],[h24,290,291,h26,h13]) ).

thf(293,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h25,h23,h24,h16,h22,h34,h20,h26,h15,h12,h17,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h16,h20]) ).

thf(294,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h13,h25,h23,h24,h16,h22,h34,h20,h26,h15,h12,h17,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h25,h13]) ).

thf(295,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h25,h23,h24,h16,h22,h34,h20,h26,h15,h12,h17,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h26]),tab_imp(discharge,[h13])],[h24,293,294,h26,h13]) ).

thf(296,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h23,h24,h16,h22,h34,h20,h26,h15,h12,h17,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h17]),tab_imp(discharge,[h25])],[h23,292,295,h17,h25]) ).

thf(297,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h16,h22,h34,h20,h26,h15,h12,h17,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h23,h24])],[h22,296,h23,h24]) ).

thf(298,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h34,h20,h26,h15,h12,h17,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h16,h22])],[h34,297,h16,h22]) ).

thf(299,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h13,h27,h20,h21,h35,h20,h26,h15,h12,h17,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(300,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h27,h20,h21,h35,h20,h26,h15,h12,h17,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h26,h13])],[h27,299,h26,h13]) ).

thf(301,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h17,h25,h28,h20,h21,h35,h20,h26,h15,h12,h17,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(302,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h28,h20,h21,h35,h20,h26,h15,h12,h17,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h17,h25])],[h28,301,h17,h25]) ).

thf(303,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h20,h21,h35,h20,h26,h15,h12,h17,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h27]),tab_imp(discharge,[h28])],[h21,300,302,h27,h28]) ).

thf(304,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h35,h20,h26,h15,h12,h17,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h20,h21])],[h35,303,h20,h21]) ).

thf(305,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h20,h26,h15,h12,h17,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h34]),tab_imp(discharge,[h35])],[h9,298,304,h34,h35]) ).

thf(306,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h15,h12,h17,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h20,h26])],[h15,305,h20,h26]) ).

thf(307,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h12,h17,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h14]),tab_imp(discharge,[h15])],[h12,289,306,h14,h15]) ).

thf(308,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h17,h23,h24,h16,h22,h34,h13,h17,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(309,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h13,h17,h23,h24,h16,h22,h34,h13,h17,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h16,h20]) ).

thf(310,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h17,h23,h24,h16,h22,h34,h13,h17,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h26]),tab_imp(discharge,[h13])],[h24,308,309,h26,h13]) ).

thf(311,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h25,h23,h24,h16,h22,h34,h13,h17,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h25,h13]) ).

thf(312,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h13,h25,h23,h24,h16,h22,h34,h13,h17,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h25,h13]) ).

thf(313,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h25,h23,h24,h16,h22,h34,h13,h17,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h26]),tab_imp(discharge,[h13])],[h24,311,312,h26,h13]) ).

thf(314,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h23,h24,h16,h22,h34,h13,h17,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h17]),tab_imp(discharge,[h25])],[h23,310,313,h17,h25]) ).

thf(315,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h16,h22,h34,h13,h17,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h23,h24])],[h22,314,h23,h24]) ).

thf(316,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h34,h13,h17,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h16,h22])],[h34,315,h16,h22]) ).

thf(317,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h13,h27,h20,h21,h35,h13,h17,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(318,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h27,h20,h21,h35,h13,h17,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h26,h13])],[h27,317,h26,h13]) ).

thf(319,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h17,h25,h28,h20,h21,h35,h13,h17,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h25,h13]) ).

thf(320,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h28,h20,h21,h35,h13,h17,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h17,h25])],[h28,319,h17,h25]) ).

thf(321,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h20,h21,h35,h13,h17,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h27]),tab_imp(discharge,[h28])],[h21,318,320,h27,h28]) ).

thf(322,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h35,h13,h17,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h20,h21])],[h35,321,h20,h21]) ).

thf(323,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h13,h17,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h34]),tab_imp(discharge,[h35])],[h9,316,322,h34,h35]) ).

thf(324,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h17,h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h12]),tab_imp(discharge,[h13])],[h33,307,323,h12,h13]) ).

thf(325,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h20,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h16]),tab_imp(discharge,[h17])],[h31,272,324,h16,h17]) ).

thf(326,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h17,h23,h24,h16,h22,h34,h16,h17,h14,h12,h16,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(327,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h13,h17,h23,h24,h16,h22,h34,h16,h17,h14,h12,h16,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(328,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h17,h23,h24,h16,h22,h34,h16,h17,h14,h12,h16,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h26]),tab_imp(discharge,[h13])],[h24,326,327,h26,h13]) ).

thf(329,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h25,h23,h24,h16,h22,h34,h16,h17,h14,h12,h16,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(330,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h13,h25,h23,h24,h16,h22,h34,h16,h17,h14,h12,h16,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h25,h13]) ).

thf(331,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h25,h23,h24,h16,h22,h34,h16,h17,h14,h12,h16,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h26]),tab_imp(discharge,[h13])],[h24,329,330,h26,h13]) ).

thf(332,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h23,h24,h16,h22,h34,h16,h17,h14,h12,h16,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h17]),tab_imp(discharge,[h25])],[h23,328,331,h17,h25]) ).

thf(333,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h16,h22,h34,h16,h17,h14,h12,h16,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h23,h24])],[h22,332,h23,h24]) ).

thf(334,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h34,h16,h17,h14,h12,h16,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h16,h22])],[h34,333,h16,h22]) ).

thf(335,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h13,h27,h20,h21,h35,h16,h17,h14,h12,h16,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(336,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h27,h20,h21,h35,h16,h17,h14,h12,h16,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h26,h13])],[h27,335,h26,h13]) ).

thf(337,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h17,h25,h28,h20,h21,h35,h16,h17,h14,h12,h16,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h16,h20]) ).

thf(338,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h28,h20,h21,h35,h16,h17,h14,h12,h16,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h17,h25])],[h28,337,h17,h25]) ).

thf(339,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h20,h21,h35,h16,h17,h14,h12,h16,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h27]),tab_imp(discharge,[h28])],[h21,336,338,h27,h28]) ).

thf(340,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h35,h16,h17,h14,h12,h16,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h20,h21])],[h35,339,h20,h21]) ).

thf(341,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h16,h17,h14,h12,h16,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h34]),tab_imp(discharge,[h35])],[h9,334,340,h34,h35]) ).

thf(342,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h14,h12,h16,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h16,h17])],[h14,341,h16,h17]) ).

thf(343,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h17,h23,h24,h16,h22,h34,h20,h26,h15,h12,h16,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(344,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h13,h17,h23,h24,h16,h22,h34,h20,h26,h15,h12,h16,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(345,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h17,h23,h24,h16,h22,h34,h20,h26,h15,h12,h16,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h26]),tab_imp(discharge,[h13])],[h24,343,344,h26,h13]) ).

thf(346,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h25,h23,h24,h16,h22,h34,h20,h26,h15,h12,h16,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h16,h20]) ).

thf(347,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h13,h25,h23,h24,h16,h22,h34,h20,h26,h15,h12,h16,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h25,h13]) ).

thf(348,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h25,h23,h24,h16,h22,h34,h20,h26,h15,h12,h16,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h26]),tab_imp(discharge,[h13])],[h24,346,347,h26,h13]) ).

thf(349,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h23,h24,h16,h22,h34,h20,h26,h15,h12,h16,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h17]),tab_imp(discharge,[h25])],[h23,345,348,h17,h25]) ).

thf(350,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h16,h22,h34,h20,h26,h15,h12,h16,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h23,h24])],[h22,349,h23,h24]) ).

thf(351,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h34,h20,h26,h15,h12,h16,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h16,h22])],[h34,350,h16,h22]) ).

thf(352,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h13,h27,h20,h21,h35,h20,h26,h15,h12,h16,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h16,h20]) ).

thf(353,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h27,h20,h21,h35,h20,h26,h15,h12,h16,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h26,h13])],[h27,352,h26,h13]) ).

thf(354,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h17,h25,h28,h20,h21,h35,h20,h26,h15,h12,h16,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(355,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h28,h20,h21,h35,h20,h26,h15,h12,h16,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h17,h25])],[h28,354,h17,h25]) ).

thf(356,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h20,h21,h35,h20,h26,h15,h12,h16,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h27]),tab_imp(discharge,[h28])],[h21,353,355,h27,h28]) ).

thf(357,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h35,h20,h26,h15,h12,h16,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h20,h21])],[h35,356,h20,h21]) ).

thf(358,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h20,h26,h15,h12,h16,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h34]),tab_imp(discharge,[h35])],[h9,351,357,h34,h35]) ).

thf(359,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h15,h12,h16,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h20,h26])],[h15,358,h20,h26]) ).

thf(360,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h12,h16,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h14]),tab_imp(discharge,[h15])],[h12,342,359,h14,h15]) ).

thf(361,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h17,h23,h24,h16,h22,h34,h13,h16,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(362,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h13,h17,h23,h24,h16,h22,h34,h13,h16,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(363,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h17,h23,h24,h16,h22,h34,h13,h16,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h26]),tab_imp(discharge,[h13])],[h24,361,362,h26,h13]) ).

thf(364,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h25,h23,h24,h16,h22,h34,h13,h16,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h25,h13]) ).

thf(365,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h13,h25,h23,h24,h16,h22,h34,h13,h16,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h25,h13]) ).

thf(366,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h25,h23,h24,h16,h22,h34,h13,h16,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h26]),tab_imp(discharge,[h13])],[h24,364,365,h26,h13]) ).

thf(367,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h23,h24,h16,h22,h34,h13,h16,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h17]),tab_imp(discharge,[h25])],[h23,363,366,h17,h25]) ).

thf(368,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h16,h22,h34,h13,h16,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h23,h24])],[h22,367,h23,h24]) ).

thf(369,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h34,h13,h16,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h16,h22])],[h34,368,h16,h22]) ).

thf(370,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h13,h27,h20,h21,h35,h13,h16,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h16,h20]) ).

thf(371,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h27,h20,h21,h35,h13,h16,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h26,h13])],[h27,370,h26,h13]) ).

thf(372,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h17,h25,h28,h20,h21,h35,h13,h16,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h25,h13]) ).

thf(373,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h28,h20,h21,h35,h13,h16,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h17,h25])],[h28,372,h17,h25]) ).

thf(374,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h20,h21,h35,h13,h16,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h27]),tab_imp(discharge,[h28])],[h21,371,373,h27,h28]) ).

thf(375,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h35,h13,h16,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h20,h21])],[h35,374,h20,h21]) ).

thf(376,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h13,h16,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h34]),tab_imp(discharge,[h35])],[h9,369,375,h34,h35]) ).

thf(377,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h16,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h12]),tab_imp(discharge,[h13])],[h33,360,376,h12,h13]) ).

thf(378,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h17,h23,h24,h16,h22,h34,h16,h17,h14,h12,h17,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(379,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h13,h17,h23,h24,h16,h22,h34,h16,h17,h14,h12,h17,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(380,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h17,h23,h24,h16,h22,h34,h16,h17,h14,h12,h17,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h26]),tab_imp(discharge,[h13])],[h24,378,379,h26,h13]) ).

thf(381,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h25,h23,h24,h16,h22,h34,h16,h17,h14,h12,h17,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(382,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h13,h25,h23,h24,h16,h22,h34,h16,h17,h14,h12,h17,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h25,h13]) ).

thf(383,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h25,h23,h24,h16,h22,h34,h16,h17,h14,h12,h17,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h26]),tab_imp(discharge,[h13])],[h24,381,382,h26,h13]) ).

thf(384,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h23,h24,h16,h22,h34,h16,h17,h14,h12,h17,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h17]),tab_imp(discharge,[h25])],[h23,380,383,h17,h25]) ).

thf(385,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h16,h22,h34,h16,h17,h14,h12,h17,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h23,h24])],[h22,384,h23,h24]) ).

thf(386,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h34,h16,h17,h14,h12,h17,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h16,h22])],[h34,385,h16,h22]) ).

thf(387,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h13,h27,h20,h21,h35,h16,h17,h14,h12,h17,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(388,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h27,h20,h21,h35,h16,h17,h14,h12,h17,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h26,h13])],[h27,387,h26,h13]) ).

thf(389,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h17,h25,h28,h20,h21,h35,h16,h17,h14,h12,h17,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h16,h20]) ).

thf(390,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h28,h20,h21,h35,h16,h17,h14,h12,h17,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h17,h25])],[h28,389,h17,h25]) ).

thf(391,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h20,h21,h35,h16,h17,h14,h12,h17,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h27]),tab_imp(discharge,[h28])],[h21,388,390,h27,h28]) ).

thf(392,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h35,h16,h17,h14,h12,h17,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h20,h21])],[h35,391,h20,h21]) ).

thf(393,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h16,h17,h14,h12,h17,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h34]),tab_imp(discharge,[h35])],[h9,386,392,h34,h35]) ).

thf(394,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h14,h12,h17,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h16,h17])],[h14,393,h16,h17]) ).

thf(395,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h17,h23,h24,h16,h22,h34,h20,h26,h15,h12,h17,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(396,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h13,h17,h23,h24,h16,h22,h34,h20,h26,h15,h12,h17,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(397,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h17,h23,h24,h16,h22,h34,h20,h26,h15,h12,h17,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h26]),tab_imp(discharge,[h13])],[h24,395,396,h26,h13]) ).

thf(398,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h25,h23,h24,h16,h22,h34,h20,h26,h15,h12,h17,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h16,h20]) ).

thf(399,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h13,h25,h23,h24,h16,h22,h34,h20,h26,h15,h12,h17,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h25,h13]) ).

thf(400,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h25,h23,h24,h16,h22,h34,h20,h26,h15,h12,h17,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h26]),tab_imp(discharge,[h13])],[h24,398,399,h26,h13]) ).

thf(401,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h23,h24,h16,h22,h34,h20,h26,h15,h12,h17,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h17]),tab_imp(discharge,[h25])],[h23,397,400,h17,h25]) ).

thf(402,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h16,h22,h34,h20,h26,h15,h12,h17,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h23,h24])],[h22,401,h23,h24]) ).

thf(403,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h34,h20,h26,h15,h12,h17,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h16,h22])],[h34,402,h16,h22]) ).

thf(404,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h13,h27,h20,h21,h35,h20,h26,h15,h12,h17,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(405,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h27,h20,h21,h35,h20,h26,h15,h12,h17,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h26,h13])],[h27,404,h26,h13]) ).

thf(406,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h17,h25,h28,h20,h21,h35,h20,h26,h15,h12,h17,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(407,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h28,h20,h21,h35,h20,h26,h15,h12,h17,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h17,h25])],[h28,406,h17,h25]) ).

thf(408,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h20,h21,h35,h20,h26,h15,h12,h17,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h27]),tab_imp(discharge,[h28])],[h21,405,407,h27,h28]) ).

thf(409,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h35,h20,h26,h15,h12,h17,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h20,h21])],[h35,408,h20,h21]) ).

thf(410,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h20,h26,h15,h12,h17,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h34]),tab_imp(discharge,[h35])],[h9,403,409,h34,h35]) ).

thf(411,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h15,h12,h17,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h20,h26])],[h15,410,h20,h26]) ).

thf(412,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h12,h17,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h14]),tab_imp(discharge,[h15])],[h12,394,411,h14,h15]) ).

thf(413,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h17,h23,h24,h16,h22,h34,h13,h17,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(414,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h13,h17,h23,h24,h16,h22,h34,h13,h17,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(415,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h17,h23,h24,h16,h22,h34,h13,h17,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h26]),tab_imp(discharge,[h13])],[h24,413,414,h26,h13]) ).

thf(416,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h25,h23,h24,h16,h22,h34,h13,h17,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h25,h13]) ).

thf(417,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h13,h25,h23,h24,h16,h22,h34,h13,h17,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h25,h13]) ).

thf(418,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h25,h23,h24,h16,h22,h34,h13,h17,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h26]),tab_imp(discharge,[h13])],[h24,416,417,h26,h13]) ).

thf(419,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h23,h24,h16,h22,h34,h13,h17,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h17]),tab_imp(discharge,[h25])],[h23,415,418,h17,h25]) ).

thf(420,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h16,h22,h34,h13,h17,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h23,h24])],[h22,419,h23,h24]) ).

thf(421,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h34,h13,h17,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h16,h22])],[h34,420,h16,h22]) ).

thf(422,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h13,h27,h20,h21,h35,h13,h17,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(423,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h27,h20,h21,h35,h13,h17,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h26,h13])],[h27,422,h26,h13]) ).

thf(424,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h17,h25,h28,h20,h21,h35,h13,h17,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h25,h13]) ).

thf(425,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h28,h20,h21,h35,h13,h17,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h17,h25])],[h28,424,h17,h25]) ).

thf(426,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h20,h21,h35,h13,h17,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h27]),tab_imp(discharge,[h28])],[h21,423,425,h27,h28]) ).

thf(427,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h35,h13,h17,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h20,h21])],[h35,426,h20,h21]) ).

thf(428,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h13,h17,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h34]),tab_imp(discharge,[h35])],[h9,421,427,h34,h35]) ).

thf(429,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h17,h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h12]),tab_imp(discharge,[h13])],[h33,412,428,h12,h13]) ).

thf(430,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h26,h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h16]),tab_imp(discharge,[h17])],[h31,377,429,h16,h17]) ).

thf(431,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h30,h31,h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h20]),tab_imp(discharge,[h26])],[h30,325,430,h20,h26]) ).

thf(432,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h29,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h30,h31])],[h29,431,h30,h31]) ).

thf(433,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h17,h23,h24,h16,h22,h34,h16,h17,h14,h12,h25,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(434,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h13,h17,h23,h24,h16,h22,h34,h16,h17,h14,h12,h25,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h25,h13]) ).

thf(435,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h17,h23,h24,h16,h22,h34,h16,h17,h14,h12,h25,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h26]),tab_imp(discharge,[h13])],[h24,433,434,h26,h13]) ).

thf(436,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h25,h23,h24,h16,h22,h34,h16,h17,h14,h12,h25,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(437,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h13,h25,h23,h24,h16,h22,h34,h16,h17,h14,h12,h25,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h25,h13]) ).

thf(438,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h25,h23,h24,h16,h22,h34,h16,h17,h14,h12,h25,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h26]),tab_imp(discharge,[h13])],[h24,436,437,h26,h13]) ).

thf(439,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h23,h24,h16,h22,h34,h16,h17,h14,h12,h25,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h17]),tab_imp(discharge,[h25])],[h23,435,438,h17,h25]) ).

thf(440,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h16,h22,h34,h16,h17,h14,h12,h25,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h23,h24])],[h22,439,h23,h24]) ).

thf(441,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h34,h16,h17,h14,h12,h25,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h16,h22])],[h34,440,h16,h22]) ).

thf(442,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h13,h27,h20,h21,h35,h16,h17,h14,h12,h25,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(443,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h27,h20,h21,h35,h16,h17,h14,h12,h25,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h26,h13])],[h27,442,h26,h13]) ).

thf(444,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h17,h25,h28,h20,h21,h35,h16,h17,h14,h12,h25,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h16,h20]) ).

thf(445,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h28,h20,h21,h35,h16,h17,h14,h12,h25,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h17,h25])],[h28,444,h17,h25]) ).

thf(446,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h20,h21,h35,h16,h17,h14,h12,h25,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h27]),tab_imp(discharge,[h28])],[h21,443,445,h27,h28]) ).

thf(447,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h35,h16,h17,h14,h12,h25,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h20,h21])],[h35,446,h20,h21]) ).

thf(448,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h16,h17,h14,h12,h25,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h34]),tab_imp(discharge,[h35])],[h9,441,447,h34,h35]) ).

thf(449,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h14,h12,h25,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h16,h17])],[h14,448,h16,h17]) ).

thf(450,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h17,h23,h24,h16,h22,h34,h20,h26,h15,h12,h25,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(451,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h13,h17,h23,h24,h16,h22,h34,h20,h26,h15,h12,h25,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(452,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h17,h23,h24,h16,h22,h34,h20,h26,h15,h12,h25,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h26]),tab_imp(discharge,[h13])],[h24,450,451,h26,h13]) ).

thf(453,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h25,h23,h24,h16,h22,h34,h20,h26,h15,h12,h25,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h16,h20]) ).

thf(454,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h13,h25,h23,h24,h16,h22,h34,h20,h26,h15,h12,h25,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h25,h13]) ).

thf(455,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h25,h23,h24,h16,h22,h34,h20,h26,h15,h12,h25,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h26]),tab_imp(discharge,[h13])],[h24,453,454,h26,h13]) ).

thf(456,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h23,h24,h16,h22,h34,h20,h26,h15,h12,h25,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h17]),tab_imp(discharge,[h25])],[h23,452,455,h17,h25]) ).

thf(457,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h16,h22,h34,h20,h26,h15,h12,h25,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h23,h24])],[h22,456,h23,h24]) ).

thf(458,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h34,h20,h26,h15,h12,h25,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h16,h22])],[h34,457,h16,h22]) ).

thf(459,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h13,h27,h20,h21,h35,h20,h26,h15,h12,h25,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h25,h13]) ).

thf(460,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h27,h20,h21,h35,h20,h26,h15,h12,h25,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h26,h13])],[h27,459,h26,h13]) ).

thf(461,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h17,h25,h28,h20,h21,h35,h20,h26,h15,h12,h25,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(462,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h28,h20,h21,h35,h20,h26,h15,h12,h25,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h17,h25])],[h28,461,h17,h25]) ).

thf(463,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h20,h21,h35,h20,h26,h15,h12,h25,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h27]),tab_imp(discharge,[h28])],[h21,460,462,h27,h28]) ).

thf(464,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h35,h20,h26,h15,h12,h25,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h20,h21])],[h35,463,h20,h21]) ).

thf(465,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h20,h26,h15,h12,h25,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h34]),tab_imp(discharge,[h35])],[h9,458,464,h34,h35]) ).

thf(466,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h15,h12,h25,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h20,h26])],[h15,465,h20,h26]) ).

thf(467,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h12,h25,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h14]),tab_imp(discharge,[h15])],[h12,449,466,h14,h15]) ).

thf(468,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h17,h23,h24,h16,h22,h34,h13,h25,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h26,h17]) ).

thf(469,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h13,h17,h23,h24,h16,h22,h34,h13,h25,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h25,h13]) ).

thf(470,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h17,h23,h24,h16,h22,h34,h13,h25,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h26]),tab_imp(discharge,[h13])],[h24,468,469,h26,h13]) ).

thf(471,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h25,h23,h24,h16,h22,h34,h13,h25,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h25,h13]) ).

thf(472,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h13,h25,h23,h24,h16,h22,h34,h13,h25,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h25,h13]) ).

thf(473,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h25,h23,h24,h16,h22,h34,h13,h25,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h26]),tab_imp(discharge,[h13])],[h24,471,472,h26,h13]) ).

thf(474,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h23,h24,h16,h22,h34,h13,h25,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h17]),tab_imp(discharge,[h25])],[h23,470,473,h17,h25]) ).

thf(475,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h16,h22,h34,h13,h25,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h23,h24])],[h22,474,h23,h24]) ).

thf(476,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h34,h13,h25,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h16,h22])],[h34,475,h16,h22]) ).

thf(477,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h26,h13,h27,h20,h21,h35,h13,h25,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h25,h13]) ).

thf(478,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h27,h20,h21,h35,h13,h25,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h26,h13])],[h27,477,h26,h13]) ).

thf(479,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h17,h25,h28,h20,h21,h35,h13,h25,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0])],[h25,h13]) ).

thf(480,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h28,h20,h21,h35,h13,h25,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h17,h25])],[h28,479,h17,h25]) ).

thf(481,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h20,h21,h35,h13,h25,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h27]),tab_imp(discharge,[h28])],[h21,478,480,h27,h28]) ).

thf(482,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h35,h13,h25,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h20,h21])],[h35,481,h20,h21]) ).

thf(483,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h13,h25,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h34]),tab_imp(discharge,[h35])],[h9,476,482,h34,h35]) ).

thf(484,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h25,h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h12]),tab_imp(discharge,[h13])],[h33,467,483,h12,h13]) ).

thf(485,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h32,h33,h8,h9,h5,h4,h3,h2,h1,h0]),tab_imp(discharge,[h29]),tab_imp(discharge,[h25])],[h32,432,484,h29,h25]) ).

thf(486,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h8,h9,h5,h4,h3,h2,h1,h0]),tab_negimp(discharge,[h32,h33])],[h8,485,h32,h33]) ).

thf(487,plain,
    $false,
    inference(tab_be,[status(thm),assumptions([h5,h4,h3,h2,h1,h0]),tab_be(discharge,[h6,h7]),tab_be(discharge,[h8,h9])],[h5,220,486,h6,h7,h8,h9]) ).

thf(488,plain,
    $false,
    inference(tab_negall,[status(thm),assumptions([h4,h3,h2,h1,h0]),tab_negall(discharge,[h5]),tab_negall(eigenvar,eigen__3)],[h4,487,h5]) ).

thf(489,plain,
    $false,
    inference(tab_fe,[status(thm),assumptions([h3,h2,h1,h0]),tab_fe(discharge,[h4])],[h3,488,h4]) ).

thf(490,plain,
    $false,
    inference(tab_negall,[status(thm),assumptions([h2,h1,h0]),tab_negall(discharge,[h3]),tab_negall(eigenvar,eigen__2)],[h2,489,h3]) ).

thf(491,plain,
    $false,
    inference(tab_negall,[status(thm),assumptions([h1,h0]),tab_negall(discharge,[h2]),tab_negall(eigenvar,eigen__1)],[h1,490,h2]) ).

thf(492,plain,
    $false,
    inference(tab_negall,[status(thm),assumptions([h0]),tab_negall(discharge,[h1]),tab_negall(eigenvar,eigen__0)],[h0,491,h1]) ).

thf(0,theorem,
    ! [X1: $i > $o,X2: $i > $o,X3: $i > $o] :
      ( ( ^ [X4: $i] :
            ( ( ( ( ( X1 @ X4 )
                 => ( X2 @ X4 ) )
               => ~ ( ~ ( X1 @ X4 )
                   => ~ ( X2 @ X4 ) ) )
             => ( X3 @ X4 ) )
           => ~ ( ~ ( ( ( X1 @ X4 )
                     => ( X2 @ X4 ) )
                   => ~ ( ~ ( X1 @ X4 )
                       => ~ ( X2 @ X4 ) ) )
               => ~ ( X3 @ X4 ) ) ) )
      = ( ^ [X4: $i] :
            ( ( ( X1 @ X4 )
             => ( ( ( X2 @ X4 )
                 => ( X3 @ X4 ) )
               => ~ ( ~ ( X2 @ X4 )
                   => ~ ( X3 @ X4 ) ) ) )
           => ~ ( ~ ( X1 @ X4 )
               => ~ ( ( ( X2 @ X4 )
                     => ( X3 @ X4 ) )
                   => ~ ( ~ ( X2 @ X4 )
                       => ~ ( X3 @ X4 ) ) ) ) ) ) ),
    inference(contra,[status(thm),contra(discharge,[h0])],[492,h0]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.04/0.12  % Problem  : SET623^3 : TPTP v8.1.0. Released v3.6.0.
% 0.04/0.13  % Command  : satallax -E eprover-ho -P picomus -M modes -p tstp -t %d %s
% 0.12/0.34  % Computer : n007.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit : 300
% 0.12/0.34  % WCLimit  : 600
% 0.12/0.34  % DateTime : Sun Jul 10 11:38:47 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 0.19/0.37  % SZS status Theorem
% 0.19/0.37  % Mode: mode213
% 0.19/0.37  % Inferences: 0
% 0.19/0.37  % SZS output start Proof
% See solution above
%------------------------------------------------------------------------------